const github.com/andybalholm/brotli.distanceContextBits
8 uses
github.com/andybalholm/brotli (current package)
brotli_bit_stream.go#L1310: storeTrivialContextMap(mb.distance_histograms_size, distanceContextBits, tree, storage_ix, storage)
brotli_bit_stream.go#L1354: storeSymbolWithContext(distance_enc, dist_code, context, mb.distance_context_map, storage_ix, storage, distanceContextBits)
constants.go#L68: const distanceContextBits = 2
decode.go#L1216: s.dist_context_map_slice = s.dist_context_map[s.block_type_rb[5]<<distanceContextBits:]
decode.go#L2366: result = decodeContextMap(s.num_block_types[2]<<distanceContextBits, &s.num_dist_htrees, &s.dist_context_map, s)
histogram.go#L221: context = uint(uint32(dist_it.type_<<distanceContextBits) + commandDistanceContext(cmd))
metablock.go#L208: distance_histograms_size = mb.distance_split.num_types << distanceContextBits
metablock.go#L251: mb.distance_context_map_size = mb.distance_split.num_types << distanceContextBits
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |